From 89c1bb49bd63b969cfd8242e334e4111100db4d4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 11 Feb 2009 06:29:24 +0000 Subject: [PATCH] Remove GTK_SIGNAL_ACTION from the file-set signal, that wasn't supposed to * gtk/gtkfilechooserbutton.c: Remove GTK_SIGNAL_ACTION from the file-set signal, that wasn't supposed to have it. svn path=/trunk/; revision=22306 --- ChangeLog | 7 +++++++ gtk/gtkfilechooserbutton.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 79d790d13b..442a54ab27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-02-11 Matthias Clasen + + Bug 353196 – Add a file-set signal to GtkFileChooserButton + + * gtk/gtkfilechooserbutton.c: Remove GTK_SIGNAL_ACTION + from the file-set signal, that wasn't supposed to have it. + 2009-02-10 Takao Fujiwara Bug 571015 – libprintbackend-cups has unlocalized strings diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 992c2cd961..ee1d0d0c8f 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -358,7 +358,7 @@ gtk_file_chooser_button_class_init (GtkFileChooserButtonClass * class) file_chooser_button_signals[FILE_SET] = g_signal_new (I_("file-set"), G_TYPE_FROM_CLASS (gobject_class), - G_SIGNAL_RUN_FIRST | G_SIGNAL_ACTION, + G_SIGNAL_RUN_FIRST, G_STRUCT_OFFSET (GtkFileChooserButtonClass, file_set), NULL, NULL, _gtk_marshal_VOID__VOID, -- 2.30.2